footer a {
    text-decoration: none;
}
.offer .box {
    height: 100%; 
}


.offer .box {
    background: none;
    padding-top: 0;
}

.offer_title {
    text-align: center;
    background-color: #efefef;
    padding-top: 20px;
}

.offer_title h1 {
    color: #1ba1e2;
    font-size: 36px;
}

.offer_title h1 span {
    color: red;
}

.offer_title p {
    font-size: 1.5rem;
    font-weight: 700;
}

.utp {
    color:red !important;
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: 700 !important;
}

.pic {
    width: 200px !important;
    height: 200px !important;
}

.pic img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.b4 h2 span {
    color: #1ba1e2;
}

form select {
    font-size: 17px;
    text-align-last: center;
}

form select option {
    font-size: 17px;
}

.sec {
    margin-top: 20px;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.price {
    margin-top: 15px;
    margin-bottom: 5px !important;
}

.about_price {
    text-align: center; 
    margin-bottom: 10px;
    font-weight: 700;
}
.about_price ul {
    position: relative;
    text-align: left;
    margin-left: 140px;
    font-weight: 300;
}

.about_price ul li {
    margin-bottom: 10px;
}
.about_price ul li::before {
    content: "";
    position: absolute;
    left: -15px;
    background: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: -1em;
}
.about_price ul li:nth-child(2n)::before {
    background: #505052;
}
.about_price ul li:nth-child(3n)::before {
    background: #284376;
}

ul.spisok {
    margin: 0 0 20px;
}

ul.ul_white li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../img/ul_white.png) no-repeat #f3f5f7;
    background-position: left;
    background-position-x: 15px;
    padding: 12px 23px 12px 50px;
    font-size: 20px;
}

ul.ul_white li:nth-child(2n) {
    background: url(../img/ul_white.png) no-repeat #fff;
    background-position: left;
    background-position-x: 15px;
}

ul.ul_green li {
    background: url(http://www.goods-ua.site/img/ul_green.png) 20px 10px no-repeat;
    padding: 12px 20px 12px 54px;
    color: #fff;
}

ul.ul_black li {
    background: url(http://www.goods-ua.site/img/ul_black.png) 20px 10px no-repeat #2f3339;
    padding: 12px 20px 12px 54px;
    color: #fff;
}

ul.three {
    text-align: center;
    margin: 0 0 20px;
}

ul.three li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

ul.three li p {
    font-size: 14px;
}

ul.three li p b {
    display: block;
}

ul.two {
    text-align: center;
    margin: 0 0 20px;
}

ul.two li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

ul.two li p {
    font-size: 14px;
}

ul.two li p b {
    display: block;
}

.black_ul {
    background: #2f3339 url(http://www.goods-ua.site/img/tekstura-vorsistoy-tkani.jpg) repeat;
    color: #fff;
}


ul.goriz li img {
    float: left;
    margin: 0 20px 0 0;
}

ul.goriz li {
    vertical-align: top;
    overflow: hidden;
    padding: 20px;
}

ul.goriz li p {
    padding: 0 20px 20px 120px;
}

ul.goriz li p b {
    display: block;
    font-size: 16px;
}

ul.ul_str {
    text-align: right;
}

ul.ul_str span {
    font-weight: 700;
    float: left;
    display: inline-block;
}

ul.ul_str li {
    padding: 15px 20px;
    background: #f3f5f7;
}

ul.ul_str li:nth-child(2n) {
    background: #fff;
}